sources/interface.cpp

changeset 82
895088452014
parent 81
a18aaf460648
child 83
08bfc3d9d2ae
equal deleted inserted replaced
81:a18aaf460648 82:895088452014
525 } 525 }
526 526
527 if (not text.is_empty()) 527 if (not text.is_empty())
528 text += " | "; 528 text += " | ";
529 529
530 text += "^N to connect, ^Q to quit"; 530 text += "Ctrl+N to connect, Ctrl+Q to quit";
531 531
532 if (text != StatusBarText) 532 if (text != StatusBarText)
533 { 533 {
534 StatusBarText = text; 534 StatusBarText = text;
535 NeedStatusBarRender = true; 535 NeedStatusBarRender = true;

mercurial