File: FAQ

package info (click to toggle)
mlterm 3.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,340 kB
  • sloc: ansic: 154,713; sh: 5,302; cpp: 2,953; objc: 2,776; java: 2,472; makefile: 2,445; perl: 1,674; xml: 44
file content (18 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
comment -*- mode: text; tab-width:2; indent-tabs-mode:nil -*-

Frequently Asked Questions

[Q1]
I cannot copy&paste UTF-8 characters into the command-line.

[A1]
If you use bash, add the following two lines to your ~/.inputrc.

set convert-meta off
set output-meta  on

If you use tcsh, all you have to do is

set dspmbyte=utf8

(Thanks to Nadim Shaikli)