| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | test/functional: clean up according to luacheck (part 1) | Marco Hinz | 2015-11-23 |
| | | |||
| * | terminal : don't set vterm size to 0 (workaround #2732) | Frederik Van Slycken | 2015-05-31 |
| | | |||
| * | term: after <C-\>, resume normal input loop | Scott Prager | 2015-04-05 |
| | | | | | | | | | Pressing <C-\> and then a mouse click will insert the click into the terminal as if a keyboard button had been pressed. Keep track of whether the last input was <C-\> and only call terminal_send_key() if the next input is a key press. | ||
| * | test: Add terminal tests | Thiago de Arruda | 2015-03-25 |
| - Modify tty-test to allow easier control over the terminal - Add a new directory with various terminal tests/specifications - Remove a pending job/pty test. - Flush stdout in Screen:snapshot_util() (avoid waiting for the test to finish) - Replace libuv sigwinch watcher by a sigaction handler. libuv randomly fails to deliver signals on OSX. Might be related to the problem fixed by @bbcddc55ee1e5605657592644be0102ed3a5f104 (under the hoods, libuv uses a pipe to deliver signals to the main thread, which might be blocking in some situations) | |||