| 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; |