Use DEV_TTY more consistently
commit5d2ac7435de679559aae0ede1d8b6f1750c09e68
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Sep 2016 00:27:24 +0000 (6 17:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Sep 2016 00:29:07 +0000 (6 17:29 -0700)
tree8b4059b578a0a2d812b91dc242d507708c00fea2
parent644f77b517180c5f75a9eaac4d76b12a1f334ce6
Use DEV_TTY more consistently

* src/conf_post.h (DEV_TTY): Move from here ...
* src/keyboard.c, src/keyboard.h: ... to here, as it doesn’t need
to be visible everywhere.  Make it a constant.
* src/keyboard.c (handle_interrupt, Fset_quit_char):
* src/process.c (create_process): Prefer DEV_TTY to "/dev/tty".
src/conf_post.h
src/keyboard.c
src/keyboard.h
src/process.c
src/term.c