commit | 05612aa74b507795487d68a0a56ae8ab09334082 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Mar 30 12:19:07 2024 -0600 |
committer | Tom Tromey <tom@tromey.com> | Sat Mar 30 12:19:07 2024 -0600 |
tree | 7da0cce05827923c0fd16945f001a38c10683ffc | |
parent | cb3729d378042d5bfc0f69a4b14660dc8b8a8eb5 [diff] |
Lower variable definitions in tui_redisplay_readline I noticed a redundant assignment to 'prev_col' in tui_redisplay_readline, and then went ahead and lowered most of the variable definitions in that function to their initialization point.