mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
small changes
This commit is contained in:
@@ -2,14 +2,11 @@
|
||||
#define _CHVTH_
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <linux/kd.h>
|
||||
#include <linux/vt.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define KDGKBTYPE 0x4b33
|
||||
#define VT_ACTIVATE 0x5606
|
||||
#define VT_WAITACTIVE 0x5607
|
||||
|
||||
/**
|
||||
* @brief change foreground virtual terminal to `n`
|
||||
*
|
||||
|
Reference in New Issue
Block a user