Jakub T. Jankiewicz

Results 489 issues of Jakub T. Jankiewicz

### Issue summary Geometry returns wrong results ### Steps to reproduce 1. Open [Fit terminal into 3d image](https://codepen.io/jcubic/pen/PojPbZz?editors=0110) 2. The terminal is outside of the points, because geometry is calculated...

Bug
resolved

It may be confusing that `term::blur()` does nothing (it's jQuery method `$.fn.blur`) so there should be a `blur()` that is just an alias for focus(false). _Inspired by @AlexCrosby post in...

feature
good first issue
resolved

### Issue summary When you click on below the command line in a full-screen terminal it doesn't move the cursor to the end ### Expected behavior It just moves the...

Bug

### I have an idea for a new feature for jQuery Terminal The idea is to allow: ```css :root { --background: rgba(0, 0, 0, 0.5); } ```

feature
resolved

### I have an idea for a new feature for jQuery Terminal It would be nice if this works somehow and don't create infinite loop: ```javascript var term = $('body').terminal({},...

feature

### I have an idea for a new feature for jQuery Terminal [scriptreply](https://codepen.io/jcubic/pen/PojZqMj?editors=0010) is a nice demo, but it doesn't support backspace. - [ ] Implement backspace - [ ]...

feature

### I have an idea for a new feature for jQuery Terminal I was reading [Tutorial](https://itnext.io/how-to-create-interactive-terminal-like-website-888bb0972288) and realized that the code can be simplified if image loading is handled by...

feature
resolved

### I have an idea for a new feature for jQuery Terminal Document internals of the library possibly after version 3.0 is done. Maybe also some Class Diagrams with [Mermaid](https://mermaid-js.github.io/mermaid/#/).

feature
documentation

### I have an idea for a new feature for jQuery Terminal Example question that can be put into FAQ: * [How To Extend JQuery Terminal Methods?](https://github.com/jcubic/jquery.terminal/issues/755) Search all questions...

feature
documentation

### Issue summary The input on mobile is completely broken ### Expected behavior You should type text on a mobile ### Actual behavior You type but the cursor doesn't move...

Bug