]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: add table cursor
authorKarel Zak <kzak@redhat.com>
Thu, 12 Oct 2023 09:57:10 +0000 (11:57 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Oct 2023 19:54:00 +0000 (21:54 +0200)
commit97448130fe342813ebd0453ed0280ac18d287629
treef7d419756ec476d23122ceb9554428fcd8bfb8b6
parent6b7247411d9ddfcfeb0933b3ab44bf295c071f7b
libsmartcols: add table cursor

The cursor makes it simple for callbacks to access information about
the current cell, line and column. It will reduce number of necessary
arguments for callbacks.

Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/libsmartcols.h.in
libsmartcols/src/libsmartcols.sym
libsmartcols/src/smartcolsP.h
libsmartcols/src/table.c