diff --git a/docs/source/info/features/crosscompatible.rst b/docs/source/info/features/crosscompatible.rst index fe65f7a0..ce3ec336 100644 --- a/docs/source/info/features/crosscompatible.rst +++ b/docs/source/info/features/crosscompatible.rst @@ -4,7 +4,7 @@ Cross Compatibility .. _cc-linux: -Linux +Linux (pty, :ref:`tty/gpm `, :ref:`serial `) ----- .. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.CC.Linux.png diff --git a/docs/source/info/resources/experimental.rst b/docs/source/info/resources/experimental.rst index 03d7ba9c..02de8e18 100644 --- a/docs/source/info/resources/experimental.rst +++ b/docs/source/info/resources/experimental.rst @@ -23,6 +23,8 @@ set the environment variable **TERMTK_MOUSE** to `1` and run your application: TERMTK_MOUSE=1 demo/demo.py +.. _gpm_integration: + ---------------------------------------------------------------------------- `GPM `__ Integration ---------------------------------------------------------------------------- @@ -54,6 +56,8 @@ To activate GPM support, set the **TERMTK_GPM** environment variable to `1`: * https://wiki.archlinux.org/title/General_purpose_mouse * https://www.geeksforgeeks.org/gpm-command-in-linux-with-examples +.. _serial_console: + -------------- Serial Console --------------