aboutsummaryrefslogtreecommitdiff
path: root/vis-lua.c
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2024-10-25 13:32:36 +0200
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2024-10-26 10:37:31 +0200
commitc0d083f4ca827d83c6b8beafd52a0ea95ece73da (patch)
tree06d73854a5a93adcfcbcbe6be7e7cac418b75461 /vis-lua.c
parent7bee661077544162821d60075caa172ad5cdca21 (diff)
downloadvis-c0d083f4ca827d83c6b8beafd52a0ea95ece73da.tar.gz
vis-c0d083f4ca827d83c6b8beafd52a0ea95ece73da.tar.xz
document changing the displayed file of a window via lua
Diffstat (limited to 'vis-lua.c')
-rw-r--r--vis-lua.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis-lua.c b/vis-lua.c
index f347886..d593bda 100644
--- a/vis-lua.c
+++ b/vis-lua.c
@@ -1768,6 +1768,8 @@ static const struct luaL_Reg registers_funcs[] = {
*/
/***
* The file being displayed in this window.
+ * Changing the value to a file path will replace the current file with a new
+ * one for the specified path.
* @tfield File file
*/
/***