Giter VIP home page Giter VIP logo

Comments (6)

taviso avatar taviso commented on May 27, 2024

This is actually a feature! You can do some work in the shell, and then type fg to go back to 123.

(Note: you might need to hit Ctrl-L to refresh the display afterwards)

When you press Ctrl-Z you're suspending 123. You can start another program or even another 123 session. See all the programs in the background with jobs, and if you have more than one you can do fg 2 to choose the one you want.

If you actually hate this and don't think you'll ever use it, you can also disable it!

from 123elf.

taviso avatar taviso commented on May 27, 2024

I think I should probably automatically refresh the display on SIGCONT, should be a nice and easy change.

from 123elf.

rruhle avatar rruhle commented on May 27, 2024

Thank you for clarifying Ctrl-Z.
Accustomed to 123 "/" System" menu to access shell, with the Prompt $ instruction to type "Exit" when done.

Don't see Ctrl-Z in 123 help or keymap, which disables my cursor keys after "fg" "Ctrl-L returns to spreadsheet.
My current version is 'lotus123r3_1.0-4betajammy_i386', however loaded with complaints from 'APT re/install'

Bad habit hitting Ctrl-Z, standard UNDO in other programs. How can it be disabled in 123?

from 123elf.

taviso avatar taviso commented on May 27, 2024

Yes - it's not part of 123, it's a standard UNIX thing, it will work in most terminal applications.

You can disable it if you type stty susp undef before you start 123, you can also add that to your .profile or .bashrc to automatically run it when you open a terminal.

(stty is the standard UNIX utility to configure your terminal)

You can also rebind it a different keybinding if you like!

from 123elf.

taviso avatar taviso commented on May 27, 2024

There are a few other standard UNIX keystrokes, if you're interested, you can also change or disable these with stty:

Ctrl+C is "interrupt", 123 interprets it like break on DOS.
Ctrl+S Is "stop", it pauses output temporarily, you can restart it with Ctrl+Q
Ctrl+\ Is "quit", it sends a signal to quit (applications can ignore it though)

from 123elf.

rruhle avatar rruhle commented on May 27, 2024

Excellent, thank you sir.

from 123elf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.