web-dev-qa-db-ja.com

Linuxコンソールのカーソルの形状、色、点滅速度を変更するにはどうすればよいですか?

Linuxコンソールの基本的な設定、たとえばフォントなどをdpkg-reconfigure console-setupで変更できることはわかっています。

ただし、点滅速度、色、形などを変更したい(常にカーソルをブロックにしたい)。私はこれを達成している人々を見てきました。私はそれらの人々にそれをする方法を尋ねる機会がなかった。

ターミナルエミュレータウィンドウではなく、Linuxテキストコンソールです。 Ctrl+Alt+F-key

現在、Debianの派生物であるLinux Mintを使用しています。 Fedoraでそれを行う方法についても知りたいのですが。


編集:何かになっているかもしれません

このウェブサイト から、必要な変更を行う方法を学びました。しかし、私はまだ終わっていません。

今のところecho -e "\e[?16;0;200c"を使用することにしましたが、問題があります。vimirssiなどのアプリケーションを実行したり、スクリーンセッションをアタッチすると、カーソルが元に戻ります点滅する灰色のアンダースコアに。

そしてもちろん、これだけで機能しますtty他のすべてのテキストコンソールは影響を受けません。

では、これらの変更を永続的にするにはどうすればよいですか?どうすれば他のコンソールに追加できますか?

27
polemon

GitHub Gist:Linuxコンソールのカーソルの形状、色、点滅速度を変更する方法

.bashrcファイル(または/etc/bashrc)で次のカーソルフォーマット設定を定義します。

##############
# pretty Prompt and font colors
##############

# alter the default colors to make them a bit prettier
echo -en "\e]P0000000" #black
echo -en "\e]P1D75F5F" #darkred
echo -en "\e]P287AF5F" #darkgreen
echo -en "\e]P3D7AF87" #brown
echo -en "\e]P48787AF" #darkblue
echo -en "\e]P5BD53A5" #darkmagenta
echo -en "\e]P65FAFAF" #darkcyan
echo -en "\e]P7E5E5E5" #lightgrey
echo -en "\e]P82B2B2B" #darkgrey
echo -en "\e]P9E33636" #red
echo -en "\e]PA98E34D" #green
echo -en "\e]PBFFD75F" #yellow
echo -en "\e]PC7373C9" #blue
echo -en "\e]PDD633B2" #Magenta
echo -en "\e]PE44C9C9" #cyan
echo -en "\e]PFFFFFFF" #white
clear #for background artifacting

# set the default text color. this only works in tty (eg $TERM == "linux"), not pts (eg $TERM == "xterm")
setterm -background black -foreground green -store

# http://linuxgazette.net/137/anonymous.html
cursor_style_default=0 # hardware cursor (blinking)
cursor_style_invisible=1 # hardware cursor (blinking)
cursor_style_underscore=2 # hardware cursor (blinking)
cursor_style_lower_third=3 # hardware cursor (blinking)
cursor_style_lower_half=4 # hardware cursor (blinking)
cursor_style_two_thirds=5 # hardware cursor (blinking)
cursor_style_full_block_blinking=6 # hardware cursor (blinking)
cursor_style_full_block=16 # software cursor (non-blinking)

cursor_background_black=0 # same color 0-15 and 128-infinity
cursor_background_blue=16 # same color 16-31
cursor_background_green=32 # same color 32-47
cursor_background_cyan=48 # same color 48-63
cursor_background_red=64 # same color 64-79
cursor_background_Magenta=80 # same color 80-95
cursor_background_yellow=96 # same color 96-111
cursor_background_white=112 # same color 112-127

cursor_foreground_default=0 # same color as the other terminal text
cursor_foreground_cyan=1
cursor_foreground_black=2
cursor_foreground_grey=3
cursor_foreground_lightyellow=4
cursor_foreground_white=5
cursor_foreground_lightred=6
cursor_foreground_Magenta=7
cursor_foreground_green=8
cursor_foreground_darkgreen=9
cursor_foreground_darkblue=10
cursor_foreground_purple=11
cursor_foreground_yellow=12
cursor_foreground_white=13
cursor_foreground_red=14
cursor_foreground_pink=15

cursor_styles="\e[?${cursor_style_full_block};${cursor_foreground_black};${cursor_background_green};c" # only seems to work in tty

# http://www.bashguru.com/2010/01/Shell-colors-colorizing-Shell-scripts.html
Prompt_foreground_black=30
Prompt_foreground_red=31
Prompt_foreground_green=32
Prompt_foreground_yellow=33
Prompt_foreground_blue=34
Prompt_foreground_Magenta=35
Prompt_foreground_cyan=36
Prompt_foreground_white=37

Prompt_background_black=40
Prompt_background_red=41
Prompt_background_green=42
Prompt_background_yellow=43
Prompt_background_blue=44
Prompt_background_Magenta=45
Prompt_background_cyan=46
Prompt_background_white=47

Prompt_chars_normal=0
Prompt_chars_bold=1
Prompt_chars_underlined=4 # doesn't seem to work in tty
Prompt_chars_blinking=5 # doesn't seem to work in tty
Prompt_chars_reverse=7

Prompt_reset=0

#start_Prompt_coloring="\e[${Prompt_chars_bold};${Prompt_foreground_black};${Prompt_background_green}m"
start_Prompt_styles="\e[${Prompt_chars_bold}m" # just use default background and foreground colors
end_Prompt_styles="\e[${Prompt_reset}m"

PS1="${start_Prompt_styles}[\u@\h \W] \$${end_Prompt_styles}${cursor_styles} "

##############
# end pretty Prompt and font colors
##############
13
mulllhausen

ほとんどのアプリはcnorm機能を使用して、カーソルを「通常」の状態に戻します。デフォルトでは、これは点滅する下線です。ただし、terminfoでこれをオーバーライドできます。これでほとんどのアプリケーション(vim、tmuxなど)が修正されます。次のコマンドを発行します。

infocmp -A /usr/share/terminfo linux > linux
patch -lp1 <<EOF
--- a/linux
+++ b/linux
@@ -4,7 +4,7 @@ linux|linux console,
    colors#8, it#8, ncv#18, pairs#64,
    acsc=+\020\,\021-\030.^Y0\333\`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376,
    bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l\E[?1c,
-   clear=\E[H\E[J, cnorm=\E[?25h\E[?0c, cr=^M,
+   clear=\E[H\E[J, cnorm=\E[?25h\E[?48;0;32c, cr=^M,
    csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
    cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C,
    cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
EOF
tic linux
rm linux

上記のパッチを必要に応じて変更します。これで〜/ .terminfo/l/linuxが作成され、ほとんどのターミナルアプリで取得されます。

7
ypsu

Bashを使用する場合は、各コマンドの後にコマンドを実行するPrompt_COMMANDを使用できます。以下をあなたの.bashrcに入れてください

Prompt_COMMAND='echo -e "\e[?16;0;200c"'
3
Silverrocker