To: vim_dev@googlegroups.com Subject: Patch 8.2.3046 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///