summaryrefslogtreecommitdiffstats
path: root/src/proto/os_amiga.pro
AgeCommit message (Collapse)Author
2020-08-23patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar
Problem: Cannot interrupt shell used for filename expansion. (Dominique Pellé) Solution: Do set tmode in mch_delay(). (closes #6770)
2020-05-17patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'v8.2.0774Bram Moolenaar
Problem: t_TI and t_TE are output when using 'visualbell'. (Dominique Pelle) Solution: Do not change the terminal mode for a short sleep. Do not output t_TI and t_TE when switching to/from TMODE_SLEEP. Make tmode an enum.
2020-01-17patch 8.2.0125: :mode no longer works for any systemv8.2.0125Bram Moolenaar
Problem: :mode no longer works for any system. Solution: Always give an error message.
2019-10-26patch 8.1.2224: cannot build Amiga versionv8.1.2224Bram Moolenaar
Problem: Cannot build Amiga version. Solution: Add dummy mch_setmouse(). (Ola Söder, closes #5126)
2016-09-29patch 8.0.0018v8.0.0018Bram Moolenaar
Problem: When using ":sleep" channel input is not handled. Solution: When there is a channel check for input also when not in raw mode. Check every 100 msec.
2016-01-19patch 7.4.1133v7.4.1133Bram Moolenaar
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
2015-03-21updated for version 7.4.672v7.4.672Bram Moolenaar
Problem: When completing a shell command, directories in the current directory are not listed. Solution: When "." is not in $PATH also look in the current directory for directories.
2014-04-01updated for version 7.4.235v7.4.235Bram Moolenaar
Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
2007-05-06updated for version 7.1aBram Moolenaar
2006-09-14updated for version 7.0-108v7.0.108Bram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar