Skip to content
#

xterm

Here are 172 public repositories matching this topic...

contour
christianparpart
christianparpart commented Nov 6, 2021

on terminal exit we could store the grid buffer contents and if this session is to be resumed the grid buffer (including scrollback) could be restored.

we should remember & restore:

  • grid buffer (including scrollback)
  • path to config file
  • active profile

it should be possible to disable this session-restore feature via config file setting (per profile or global?)

hericlesme
hericlesme commented Jun 21, 2021

Description

Importing a module using import * may unintentionally pollute the global namespace if the module does not define __all__

_When you import a module using from xxx import * all public names defined in the module are imported and bound in the local namespace of the import statement. The public names are determined by checking the all variable for the module. If _all

Improve this page

Add a description, image, and links to the xterm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xterm topic, visit your repo's landing page and select "manage topics."

Learn more