diff options
author | Rob Hoelz <rob@hoelz.ro> | 2024-07-01 21:55:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 21:55:35 -0500 |
commit | 15fb24d27881324ae400d401dc9afbea960aabd2 (patch) | |
tree | 1906c8a2267aab01d98cfbf36bb16785e58087bf /README.md | |
parent | 9143542451bc7b193d4baf2b816b73f59b12cc4c (diff) | |
parent | 4dd0fbac93fcd18a8074f5021ca60be4bb87e979 (diff) | |
download | lua-term-master.tar.gz lua-term-master.tar.bz2 lua-term-master.zip |
enable Windows support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -42,6 +42,12 @@ zypper in lua-luaterm | |||
42 | 42 | ||
43 | Adjust the repository URL to your version of openSUSE by substituting `openSUSE_Tumbleweed` with your actual version eg `opensSUSE_42.2`. | 43 | Adjust the repository URL to your version of openSUSE by substituting `openSUSE_Tumbleweed` with your actual version eg `opensSUSE_42.2`. |
44 | 44 | ||
45 | ## Windows | ||
46 | |||
47 | lua-term works on Windows as well when virtual terminal processing is enabled. To have this enabled automatically ensure that | ||
48 | [LuaSystem](https://github.com/lunarmodules/luasystem) is installed (version 0.4.0 or newer). If found, that module will be used | ||
49 | to enable virtual terminal processing and to switch output to utf-8. | ||
50 | |||
45 | Usage | 51 | Usage |
46 | ----- | 52 | ----- |
47 | 53 | ||