diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:19:20 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:19:20 +0000 |
commit | c83c455ee7ce20c9e187b8fef1f1783ef8d7f10b (patch) | |
tree | d76f12e27a1543c1d675a39a42314fa124f17b9e /src/os_beos.c | |
parent | 2317284d1bce300292327571439863b05b8e4522 (diff) | |
download | vim-git-c83c455ee7ce20c9e187b8fef1f1783ef8d7f10b.tar.gz |
updated for version 7.0030
Diffstat (limited to 'src/os_beos.c')
-rw-r--r-- | src/os_beos.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/os_beos.c b/src/os_beos.c index e492cab45..10135aa3b 100644 --- a/src/os_beos.c +++ b/src/os_beos.c @@ -192,15 +192,6 @@ beos_select(int nbits, } #endif -#if FEAT_GUI_BEOS - /* - * If not reading from terminal, pretend there is input. - * This makes the pty reading (for the GUI) "work" for - * :!ls but not for :r !ls ... weird. - */ - if (gui.in_use && State == EXTERNCMD) - return 1; -#endif return 0; } |