aboutsummaryrefslogtreecommitdiffstats
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* (get_terminal): Don't accept integers to represent terminals.Stefan Monnier2007-09-201-66/+9
* (get_terminal): Handle terminals.Stefan Monnier2007-09-201-42/+36
* Update copyright years, update license to GPLv3 or later.Glenn Morris2007-08-291-2/+2
* (init_initial_terminal): Only set initial_kboard when MULTI_KBOARD defined.Jason Rumney2007-05-151-1/+2
* Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a ...Karoly Lorentey2006-05-201-5/+5
* Fix crashes in `delete-terminal' caused by recursive calls or X displays with...Karoly Lorentey2006-05-201-1/+7
* (Hopefully) fix bootstrap error on OpenBSD. (reported by Han Boetes)Karoly Lorentey2005-12-311-0/+1
* Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-171/+196
* Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-251-0/+596