mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
$[.10]var truncates the var to 10 chars, but doesn't pad if var is
shorter than 10 chars git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1105 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1a3c700838
commit
1698500f80
3 changed files with 16 additions and 9 deletions
|
|
@ -1119,7 +1119,7 @@ static void read_settings(void)
|
|||
void gui_windows_init(void)
|
||||
{
|
||||
settings_add_int("lookandfeel", "indent", 10);
|
||||
settings_add_str("lookandfeel", "prompt", "[$T] ");
|
||||
settings_add_str("lookandfeel", "prompt", "[$[.15]T] ");
|
||||
settings_add_str("lookandfeel", "prompt_window", "[$winname] ");
|
||||
|
||||
prompt = NULL; prompt_window = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue