annotate lisp/term/cygwin.el @ 5515:f87be7ddd60d

Simplify clear_region interface. -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2011-05-29 Didier Verna <didier@xemacs.org> * console-impl.h (struct console_methods): Remove device parameter from the clear_region method prototype. * redisplay-output.c (redisplay_clear_region): Remove the device parameter from the clear_region method call. * console-stream.c (stream_clear_region): * redisplay-msw.c (mswindows_clear_region): * redisplay-tty.c (tty_clear_region): Update accordingly. * redisplay-xlike-inc.c (XLIKE_clear_region): Ditto. Get the device from the frame structure instead.
author Didier Verna <didier@lrde.epita.fr>
date Sun, 29 May 2011 20:56:07 +0200
parents 308d34e9f07d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
622
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
1 ;;; cygwin.el --- define function key sequences for the Cygwin console
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
2
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
3 ;; Copyright (C) 2001 Ben Wing.
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
4
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
5 ;; Author: Ben Wing
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
6 ;; Keywords: terminals
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
7
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
8 ;; This file is part of XEmacs.
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
9
5402
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 622
diff changeset
10 ;; XEmacs is free software: you can redistribute it and/or modify it
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 622
diff changeset
11 ;; under the terms of the GNU General Public License as published by the
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 622
diff changeset
12 ;; Free Software Foundation, either version 3 of the License, or (at your
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 622
diff changeset
13 ;; option) any later version.
622
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
14
5402
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 622
diff changeset
15 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 622
diff changeset
16 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 622
diff changeset
17 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 622
diff changeset
18 ;; for more details.
622
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
19
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
20 ;; You should have received a copy of the GNU General Public License
5402
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 622
diff changeset
21 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
622
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
22
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
23 ;;; Synched up with: Not in FSF.
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
24
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
25 ;;; Commentary:
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
26
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
27 ;;; Code:
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
28
11502791fc1c [xemacs-hg @ 2001-06-22 01:49:57 by ben]
ben
parents:
diff changeset
29 (load "term/linux" nil t)