Merge pull request #1948 from H3rnand3zzz/fix/rl-less-refreshes

Remove unnecessary input win redisplay
This commit is contained in:
Michael Vetter
2024-01-19 07:36:06 +01:00
committed by GitHub

View File

@@ -181,10 +181,6 @@ _inp_callback(GIOChannel* source, GIOCondition condition, gpointer data)
}
ui_reset_idle_time();
if (!get_password) {
// Update the input buffer on screen
_inp_write(rl_line_buffer, rl_point);
}
if (inp_line) {
ProfWin* window = wins_get_current();