1
0
Fork 0

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
commit 11762fd2b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

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