X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Ftpl_drv_terminal.h;h=b32b83d5267849e6df5f04d7f0e20efbf5b782a5;hb=4cbfb47ebf71128b57cf25a131550b3f66a295a3;hp=ee50392b79620e14d027603407abe6e6bc4421d7;hpb=bf7d1cd5635d41bd7c58bf99c61cdc670291c543;p=tpg%2Facess2.git diff --git a/Kernel/include/tpl_drv_terminal.h b/Kernel/include/tpl_drv_terminal.h index ee50392b..b32b83d5 100644 --- a/Kernel/include/tpl_drv_terminal.h +++ b/Kernel/include/tpl_drv_terminal.h @@ -65,7 +65,14 @@ enum eTplTerminal_IOCtl { * ioctl(...) * \brief Forces the current terminal to be shown */ - TERM_IOCTL_FORCESHOW + TERM_IOCTL_FORCESHOW, + + /** + * ioctl(...) + * \brief Returns the current text cursor position + * \return Cursor position (as X+Y*Width) + */ + TERM_IOCTL_GETCURSOR }; /**