diff options
| author | Alexander Sedov <alex0player@gmail.com> | 2013-06-23 21:05:29 +0400 |
|---|---|---|
| committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2013-07-04 09:36:22 +0200 |
| commit | fbc589d50603e8b0de9239e4800e227ab5d0ea69 (patch) | |
| tree | c5db62e806732165360467b4f5d7c07dbeec94bd /TODO | |
| parent | 6fc471ccc660b305cf836dcb8d57cdbffb4ed017 (diff) | |
| download | st-fbc589d50603e8b0de9239e4800e227ab5d0ea69.tar.gz st-fbc589d50603e8b0de9239e4800e227ab5d0ea69.zip | |
Remove long text being cropped/wrapped to standard 80x24 on launch.
To be more specific, now tty creation is delayed until X window is
actually mapped; last ConfigureNotify before mapping determines
initial tty size.
Please report problems if there are any.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -26,10 +26,6 @@ bugs | |||
| 26 | * fix rows and column definition in fixed geometry | 26 | * fix rows and column definition in fixed geometry |
| 27 | * fix -e handling | 27 | * fix -e handling |
| 28 | * remove DEC test sequence when appropriate | 28 | * remove DEC test sequence when appropriate |
| 29 | * When some application outputting long text is run in the shell init scripts, | ||
| 30 | then this text might be stripped to the standard 80x25 due to st running the | ||
| 31 | virtual terminal at first priority. Maybe the vt initialisation could be | ||
| 32 | moved somewhere after knowing the right window size. | ||
| 33 | 29 | ||
| 34 | misc | 30 | misc |
| 35 | ---- | 31 | ---- |
