Skip to content

XD-OB/ft_select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_select

Creating a user interface for a program that is executed in a terminal is doable.
It requires that you master the programming work involved as a terminal does not do much in its “rough” mode. To see for yourself, launch the command cat without any arguments and press any keys or a combination of keys on your keyboard...

In doing this, as long as you press alphanumeric keys, nothing special happens.
However, if you press either the arrows, the esc key or the fn keys, for example, some random characters will appear... redo the same thing in your shell now. You are used to the left arrow moving the cursor to the previous column. Why do we observe such differences between cat and your shell?

Your terminal manages many things for you without you noticing, such as for instance the display of characters as you type them or the bufferisation of each line.

Subject

Owner

  • Oussama Belouche 1337

forthebadge forthebadge

About

✔️ Program (using Termcaps) which allow you to pick from a list of choices and return it to your shell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published