Patch 8.2.0779
Problem:    Tmode_T not used everywhere.
Solution:   Also use tmode_T for settmode().
Files:      src/term.c, src/proto/term.pro


*** ../vim-8.2.0778/src/term.c  2020-05-17 14:06:07.317201551 +0200
--- src/term.c  2020-05-17 16:07:51.008197540 +0200
***************
*** 3436,3442 ****
   * commands and Ex mode).
   */
      void
! settmode(int tmode)
  {
  #ifdef FEAT_GUI
      // don't set the term where gvim was started to any mode
--- 3436,3442 ----
   * commands and Ex mode).
   */
      void
! settmode(tmode_T tmode)
  {
  #ifdef FEAT_GUI
      // don't set the term where gvim was started to any mode
*** ../vim-8.2.0778/src/proto/term.pro  2020-04-12 15:10:36.618312729 +0200
--- src/proto/term.pro  2020-05-17 16:08:38.644058862 +0200
***************
*** 41,47 ****
  void shell_resized(void);
  void shell_resized_check(void);
  void set_shellsize(int width, int height, int mustset);
! void settmode(int tmode);
  void starttermcap(void);
  void stoptermcap(void);
  void may_req_termresponse(void);
--- 41,47 ----
  void shell_resized(void);
  void shell_resized_check(void);
  void set_shellsize(int width, int height, int mustset);
! void settmode(tmode_T tmode);
  void starttermcap(void);
  void stoptermcap(void);
  void may_req_termresponse(void);
*** ../vim-8.2.0778/src/version.c       2020-05-17 16:03:58.500875755 +0200
--- src/version.c       2020-05-17 16:09:56.755831684 +0200
***************
*** 748,749 ****
--- 748,751 ----
  {   /* Add new patch number below this line */
+ /**/
+     779,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
118. You are on a first-name basis with your ISP's staff.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202005171410.04HEAdG3007195%40masaka.moolenaar.net.

Reply via email to