Skip to content

Commit b64eeab

Browse files
committed
svnbrowse: Disable echoing typed keys.
* subversion/svnbrowse/svnbrowse.c (sub_main): Call noecho(). git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1936144 13f79535-47bb-0310-9956-ffa450edef68
1 parent abbeb44 commit b64eeab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

subversion/svnbrowse/svnbrowse.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,9 @@ sub_main(int *code, int argc, const char *argv[], apr_pool_t *pool)
783783
keypad(stdscr, TRUE);
784784
nonl();
785785

786+
/* Disable echoing typed keys. */
787+
noecho();
788+
786789
/* ESCDELAY is a ncurses-exclusive variable that controls how curses will
787790
* handle escape sequences - when a user hits ESC and inputs a command for
788791
* the application to potentially do some handling. We don't really care

0 commit comments

Comments
 (0)