Changeset 25e1490 in mainline for uspace/lib/clui
- Timestamp:
- 2024-01-10T11:32:40Z (2 years ago)
- Branches:
- master
- Children:
- 5907aa4
- Parents:
- de96d3b (diff), 6deab5a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Vojtech Horky <vojtech.horky@…> (2024-01-10 11:32:40)
- git-committer:
- GitHub <noreply@…> (2024-01-10 11:32:40)
- Location:
- uspace/lib/clui
- Files:
-
- 1 edited
- 4 moved
-
include/nchoice.h (moved) (moved from uspace/lib/clui/nchoice.h )
-
include/tinput.h (moved) (moved from uspace/lib/clui/tinput.h )
-
meson.build (modified) (1 diff)
-
src/nchoice.c (moved) (moved from uspace/lib/clui/nchoice.c )
-
src/tinput.c (moved) (moved from uspace/lib/clui/tinput.c )
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/clui/meson.build
rde96d3b r25e1490 29 29 deps = [ 'clipboard', 'console' ] 30 30 src = files( 31 ' nchoice.c',32 ' tinput.c',31 'src/nchoice.c', 32 'src/tinput.c', 33 33 )
Note:
See TracChangeset
for help on using the changeset viewer.
