mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge pull request #1948 from H3rnand3zzz/fix/rl-less-refreshes
Remove unnecessary input win redisplay
This commit is contained in:
commit
11762fd2b0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user