On Wed, Dec 18, 2019 at 3:42 PM Gavin Holt <holtgavin@gmail.com> wrote: > > > Q1. Anyone point me to a 32bit library that will do copy/paste to the windows clipboard and is compatible with textadept-curses (https://foicica.com/textadept/CHANGELOG.html). > Hi, I suppose whatever WinAPI bindings may be helpful for Your clipboard needs. First one which strikes me: https://luapower.com/winapi https://github.com/luapower/winapi/blob/master/winapi/clipboard.lua?ts=3 Also, LuaRocks do have at least 3 packages related to WinAPI. Sadly, can't tell for sure if those would fit Your needs for sure.