Skip to content
linux logo

Linux

Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.

Here are 16,829 public repositories matching this topic...

nixpulvis
nixpulvis commented Apr 11, 2019

Currently, a triple click will select the single complete line underneath the cursor. However, now that we have reflow, a single logical "line" can span many grid lines. A logical line is the content the text printed to the terminal thinks is a line, a grid line is a row in Alacritty's grid. Triple clicking today will miss parts of logical lines.

Other terminals (tested Termite and Urxvt) selec

IISResetMe
IISResetMe commented Jul 26, 2019

Summary of the new feature/enhancement

Write-EventLog does not currently accept pipeline input, although it might be useful in situations where you want to log multiple events log entries of the same type:

Get-SomeInformation |Write-EventLog -LogName Application -Source -EventID 100

Proposed technical implementation details (optional)

  • Update the [Message parameter attrib
villain-bryan
villain-bryan commented Mar 16, 2018

Issue details

While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.

Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.

You can’t perform that action at this time.