top: modest efficiency change to message line handling
When the final solution for cursor positioning for all ^Z or ^C cases was introduced the revised placement of message line management introduced with the window mgr 'screen' refactor was retained. Those two commits mean that a former tgoto was no longer needed when clearing that msg line or displaying the scroll coordinate msg. This patch eliminates the tgoto employed by frame_make while assimilating a now defunct show_scroll function. Reference(s): . final cursor positioning for ^Z or ^C commit46a1356219. 'screen' window manager refactor commit0fe393ff27Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -658,7 +658,6 @@ typedef struct WIN_t {
|
||||
//atic void capsmk (WIN_t *q);
|
||||
//atic void show_msg (const char *str);
|
||||
//atic int show_pmt (const char *str);
|
||||
//atic inline void show_scroll (void);
|
||||
//atic void show_special (int interact, const char *glob);
|
||||
//atic void updt_scroll_msg (void);
|
||||
/*------ Low Level Memory/Keyboard/File I/O support --------------------*/
|
||||
|
||||
Reference in New Issue
Block a user