/[emacs]/emacs/lisp/term.el
ViewVC logotype

Diff of /emacs/lisp/term.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49.6.3 by miles, Fri Aug 27 07:00:26 2004 UTC revision 1.49.6.4 by miles, Thu Sep 9 09:36:32 2004 UTC
# Line 923  is buffer-local.") Line 923  is buffer-local.")
923  (defun term-window-width ()  (defun term-window-width ()
924    (if (featurep 'xemacs)    (if (featurep 'xemacs)
925        (1- (window-width))        (1- (window-width))
926      (if window-system      (if (and window-system overflow-newline-into-fringe)
927          (window-width)          (window-width)
928        (1- (window-width)))))        (1- (window-width)))))
929    
# Line 986  Entry to this mode runs the hooks on `te Line 986  Entry to this mode runs the hooks on `te
986    (make-local-variable 'term-width)    (make-local-variable 'term-width)
987    (setq term-width (term-window-width))    (setq term-width (term-window-width))
988    (setq term-height (1- (window-height)))    (setq term-height (1- (window-height)))
   (term-ifnot-xemacs  
    (set (make-local-variable 'overflow-newline-into-fringe) nil))  
989    (make-local-variable 'term-terminal-parameter)    (make-local-variable 'term-terminal-parameter)
990    (make-local-variable 'term-saved-cursor)    (make-local-variable 'term-saved-cursor)
991    (make-local-variable 'term-last-input-start)    (make-local-variable 'term-last-input-start)

Legend:
Removed from v.1.49.6.3  
changed lines
  Added in v.1.49.6.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26