Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hanslub42 committed May 18, 2014
1 parent 39a1c2b commit f4021a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
0.41 Sluggish SIGCHLD handler could cause an I/O error on master pty
0.41 Slightly late SIGCHLD could cause an I/O error on master pty

Added -W (-polling) option to poll slave pty for changes in its
interrupt character and ISIG flag.

if $TERM is not found in termcap/terminfo database, use vt100

0.40 configure will now find tgetent() in libtinfo

compiling with gcc -O2 made rlwrap hang after CTRL-D on empty line
Expand Down
2 changes: 1 addition & 1 deletion src/pty.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ my_pty_fork(int *ptr_master_fd,
slave_pty_sensing_fd = fds;
sensing_pty = "slave";
} else { /* Running out of options: */
fprintf(stderr, /* don't use mywarn() because of the strerror() message *within* the text */
fprintf(stderr, /* don't use myerror(WARNING|...) because of the strerror() message *within* the text */
"Warning: %s cannot determine terminal mode of %s\n"
"(because: %s).\n"
"Readline mode will always be on (as if -a option was set);\n"
Expand Down

0 comments on commit f4021a4

Please sign in to comment.