mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
chore: chvt_str into chvt.c
This commit is contained in:
@@ -14,5 +14,12 @@
|
||||
* @return int non-negative value on success
|
||||
*/
|
||||
int chvt(int n);
|
||||
/**
|
||||
* @brief change foreground virtual terminal to `str`
|
||||
*
|
||||
* @param str virtual terminal number (string)
|
||||
* @return int non-negative value on success
|
||||
*/
|
||||
int chvt_str(char* str);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user