Skip to content

Commit

Permalink
Merge pull request #1948 from H3rnand3zzz/fix/rl-less-refreshes
Browse files Browse the repository at this point in the history
Remove unnecessary input win redisplay
  • Loading branch information
jubalh committed Jan 19, 2024
2 parents 609fde0 + 6b2e1b2 commit 11762fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ui/inputwin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 11762fd

Please sign in to comment.