Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restore tty attrs+flush before/after external cmd
* restore tty attributes from init-time termios * make fseek ... SEEK_END unconditional after command * use TCSAFLUSH when setting tty attributes to block leakage of keystrokes across tig/external boundary - in the "after" case, this is probably more robust than fseek() on the file pointer
- Loading branch information