Patch 8.2.3046
Problem:    Amiga MorphOS: Term mode is set using DOS packets.
Solution:   Use the same way of setting term mdoe on all next gen Amiga-like
            systems.  (Ola Söder, closes #8445)
Files:      src/os_amiga.c


*** ../vim-8.2.3045/src/os_amiga.c      2021-06-24 18:50:25.955880606 +0200
--- src/os_amiga.c      2021-06-24 21:41:59.263325019 +0200
***************
*** 982,988 ****
      void
  mch_settmode(tmode_T tmode)
  {
! #if defined(__AROS__) || defined(__amigaos4__)
      if (!SetMode(raw_in, tmode == TMODE_RAW ? 1 : 0))
  #else
      if (dos_packet(MP(raw_in), (long)ACTION_SCREEN_MODE,
--- 982,988 ----
      void
  mch_settmode(tmode_T tmode)
  {
! #if defined(__AROS__) || defined(__amigaos4__) || defined(__MORPHOS__)
      if (!SetMode(raw_in, tmode == TMODE_RAW ? 1 : 0))
  #else
      if (dos_packet(MP(raw_in), (long)ACTION_SCREEN_MODE,
*** ../vim-8.2.3045/src/version.c       2021-06-24 19:55:23.906419441 +0200
--- src/version.c       2021-06-24 21:43:18.051029825 +0200
***************
*** 757,758 ****
--- 757,760 ----
  {   /* Add new patch number below this line */
+ /**/
+     3046,
  /**/

-- 
Time is an illusion.  Lunchtime doubly so.
                -- Ford Prefect, in Douglas Adams'
                   "The Hitchhiker's Guide to the Galaxy"

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202106241943.15OJhwwm1487656%40masaka.moolenaar.net.

Raspunde prin e-mail lui