Skip to content
Snippets Groups Projects
Commit 2f9c9a70 authored by oli10's avatar oli10
Browse files

init

parents
No related merge requests found
#Color and Multiline Prompt for Bash
**tput**
See: man tput
tput - ESC sequencies for terminal
tput setf/seraf -
tput sqr0
**terminfo**
man terminfo -
**infocmp**
man infocmp
**XTerm Title**
Window and icon titles may be changed in a running xterm by using XTerm escape sequences.
The following sequences are useful in this respect:
ESC]0;stringBEL −− Set icon name and window title to string
ESC]1;stringBEL −− Set icon name to string
ESC]2;stringBEL −− Set window title to string
where ESC is the escape character (\033), and BEL is the bell character (\007).
Printing one of these sequences within the xterm will cause the window or icon title to be changed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment