File

plugins/mod_windows.lua @ 13068:7a75cbc4d87c

util.human.io: Fix column width miscalculation Fixes that the more fixed width columns there are, the narrower the resulting table becomes. A right-aligned variable-width column at the last position should always be flush to the right side of the terminal.
author Kim Alvefur <zash@zash.se>
date Sun, 09 Apr 2023 22:31:12 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here